home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00101_button.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  127 b   |  8 lines

  1. on mouseUp
  2.   se(3, "btton101")
  3.   repeat with t = 5 to 48
  4.     set the puppet of sprite t to 0
  5.   end repeat
  6.   go("EditMode")
  7. end
  8.